tests: Fix writable repo test
authorColin Walters <walters@verbum.org>
Thu, 14 May 2015 02:11:39 +0000 (22:11 -0400)
committerColin Walters <walters@verbum.org>
Thu, 14 May 2015 02:11:39 +0000 (22:11 -0400)
commit3f9fa58213e7f9f48eee1f98cbb868127089c176
tree216f4d3103a1256c4db0cf0b1dec69fd5140242d
parentc10bc00249b444cd3f326af967208cc76ebb58ef
tests: Fix writable repo test

When I removed the `transaction` symlink, that made this test start
failing.  Fix it by doing `chmod` on `repo/objects`, which is what the
core `ostree_repo_is_writable()` looks at.
tests/basic-test.sh